home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Financial / Currency1.1 / Source / Makefile < prev    next >
Makefile  |  1996-04-24  |  852b  |  47 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Currency
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = currency.tiff
  16. GLOBAL_RESOURCES = Currency.nib currency.tiff Eric.tiff
  17.  
  18. CLASSES = Calculator.m
  19.  
  20. HFILES = Calculator.h
  21.  
  22. MFILES = Currency_main.m
  23.  
  24.  
  25. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  26. MAKEFILE = app.make
  27. INSTALLDIR = $(HOME)/Apps
  28. INSTALLFLAGS = -c -s -m 755
  29. SOURCEMODE = 444
  30.  
  31. ICONSECTIONS =    -sectcreate __ICON app currency.tiff
  32.  
  33. LIBS = -lMedia_s -lNeXT_s
  34. DEBUG_LIBS = $(LIBS)
  35. PROF_LIBS = $(LIBS)
  36.  
  37.  
  38.  
  39.  
  40. -include Makefile.preamble
  41.  
  42. include $(MAKEFILEDIR)/$(MAKEFILE)
  43.  
  44. -include Makefile.postamble
  45.  
  46. -include Makefile.dependencies
  47.